home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1996 February
/
PC Direct CD-ROM (February 1996).iso
/
software
/
claris
/
impact
/
disk12
/
impact.rs_
/
impact.rs
/
TEXT_174.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
Text File
|
1995-08-28
|
319 b
|
11 lines
MIN (Minimum)
Returns the smallest number in the list of arguments (the minimum value found).
Format: MIN (number1, number2,...)
Argument:
ΓÇó number1, number2: A number, cell reference, or range.
Example:
MIN (10, 0, -20.5 , 0.25) returns -20.5.
Shows that -20.5 is the smallest (minimum) number found in the list.